3.16.79 \(\int (-1+x^5) \, dx\)

Optimal. Leaf size=11 \[ \frac {x^6}{6}-x \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 11, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 0, integrand size = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \frac {x^6}{6}-x \end {gather*}

Antiderivative was successfully verified.

[In]

Int[-1 + x^5,x]

[Out]

-x + x^6/6

Rubi steps

\begin {align*} \int \left (-1+x^5\right ) \, dx &=-x+\frac {x^6}{6}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 11, normalized size = 1.00 \begin {gather*} \frac {x^6}{6}-x \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[-1 + x^5,x]

[Out]

-x + x^6/6

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (-1+x^5\right ) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[-1 + x^5,x]

[Out]

IntegrateAlgebraic[-1 + x^5, x]

________________________________________________________________________________________

fricas [A]  time = 0.97, size = 9, normalized size = 0.82 \begin {gather*} \frac {1}{6} x^{6} - x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5-1,x, algorithm="fricas")

[Out]

1/6*x^6 - x

________________________________________________________________________________________

giac [A]  time = 0.94, size = 9, normalized size = 0.82 \begin {gather*} \frac {1}{6} \, x^{6} - x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5-1,x, algorithm="giac")

[Out]

1/6*x^6 - x

________________________________________________________________________________________

maple [A]  time = 0.00, size = 10, normalized size = 0.91 \begin {gather*} \frac {1}{6} x^{6}-x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^5-1,x)

[Out]

-x+1/6*x^6

________________________________________________________________________________________

maxima [A]  time = 0.96, size = 9, normalized size = 0.82 \begin {gather*} \frac {1}{6} \, x^{6} - x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5-1,x, algorithm="maxima")

[Out]

1/6*x^6 - x

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 8, normalized size = 0.73 \begin {gather*} \frac {x\,\left (x^5-6\right )}{6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^5 - 1,x)

[Out]

(x*(x^5 - 6))/6

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 5, normalized size = 0.45 \begin {gather*} \frac {x^{6}}{6} - x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**5-1,x)

[Out]

x**6/6 - x

________________________________________________________________________________________